home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00811.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  674 b   |  28 lines

  1. on mouseUp
  2.   global L
  3.   set the castNum of sprite 29 to cast "PE1"
  4.   updateStage()
  5.   set the castNum of sprite 29 to cast "PE2"
  6.   updateStage()
  7.   set the castNum of sprite 29 to cast "PE3"
  8.   updateStage()
  9.   set the castNum of sprite 29 to cast "PE4"
  10.   updateStage()
  11.   set the castNum of sprite 29 to cast "PE5"
  12.   updateStage()
  13.   set the castNum of sprite 29 to cast "PE6"
  14.   updateStage()
  15.   set the castNum of sprite 29 to cast "PE7"
  16.   updateStage()
  17.   set the castNum of sprite 29 to cast "PE8"
  18.   updateStage()
  19.   set the castNum of sprite 29 to cast "PE9"
  20.   updateStage()
  21.   if L = 0 then
  22.     play frame "N-RR-3"
  23.   end if
  24.   if L = 1 then
  25.     play frame "roraima"
  26.   end if
  27. end
  28.